FABS

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

fabs - floating-point absolute value function  

SYNOPSIS

Fd #include <math.h> Ft double Fn fabs double x  

DESCRIPTION

The Fn fabs function computes the absolute value of a floating-point number Fa x .  

RETURN VALUES

The Fn fabs function returns the absolute value of Fa x .  

SEE ALSO

abs(3), ceil(3), floor(3), rint(3), ieee(3), math.3  

STANDARDS

The Fn fabs function conforms to St -ansiC .


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 00:35:29 GMT, March 30, 2022